-
Notifications
You must be signed in to change notification settings - Fork 428
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Remove katt
from big tests
#2835
Conversation
Codecov Report
@@ Coverage Diff @@
## master #2835 +/- ##
==========================================
+ Coverage 78.07% 78.55% +0.47%
==========================================
Files 373 373
Lines 31080 31080
==========================================
+ Hits 24265 24414 +149
+ Misses 6815 6666 -149
Continue to review full report at Codecov.
|
c627ae1
to
cbdc086
Compare
katt
from big testskatt
from big tests
f60dd4a
to
3cec00f
Compare
3cec00f
to
a38f74d
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Excellent. Suites aren't really pretty, but so they weren't before either.
It is great progress, one overly-complicated dependency less!
I'm merging as soon as CI is green 👍
8480.1 / Erlang 22.0 / small_tests / 7c7d4b6 8480.2 / Erlang 22.0 / internal_mnesia / 7c7d4b6 offline_SUITE:mod_offline_tests:error_message_is_not_stored{error,{{badmatch,true},
[{offline_SUITE,'-error_message_is_not_stored/1-fun-0-',3,
[{file,"/home/travis/build/esl/MongooseIM/big_tests/tests/offline_SUITE.erl"},
{line,119}]},
{escalus_story,story,4,
[{file,"/home/travis/build/esl/MongooseIM/big_tests/_build/default/lib/escalus/src/escalus_story.erl"},
{line,72}]},
{test_server,ts_tc,3,[{file,"test_server.erl"},{line,1748}]},
{test_server,run_test_case_eval1,6,
[{file,"test_server.erl"},{line,1263}]},
{test_server,run_test_case_eval,9,
[{file,"test_server.erl"},{line,1195}]}]}} 8480.3 / Erlang 22.0 / odbc_mssql_mnesia / 7c7d4b6 8480.7 / Erlang 22.0 / elasticsearch_and_cassandra_mnesia / 7c7d4b6 8480.9 / Erlang 21.3 / pgsql_mnesia / 7c7d4b6 8480.5 / Erlang 22.0 / riak_mnesia / 7c7d4b6 8480.6 / Erlang 22.0 / ldap_mnesia / 7c7d4b6 8480.4 / Erlang 22.0 / mysql_redis / 7c7d4b6 |
Usage of this file was removed in #2835, but this file was left behind.
This PR removes the unneeded
katt
dependency frombig_tests
, which does not work with OTP 23.Katt
was simply performing REST requests and checking whether the responses were correct. This PR uses rest_helper from big_tests with some changes to make requests, as the http worker pool is unstable in MIM for now.